crypto/tls.clientHelloMsg.secureRenegotiation (field)

8 uses

	crypto/tls (current package)
		handshake_client.go#L84: 		hello.secureRenegotiation = c.clientFinished[:]
		handshake_messages.go#L85: 	secureRenegotiation              []byte
		handshake_messages.go#L199: 						b.AddBytes(m.secureRenegotiation)
		handshake_messages.go#L486: 			if !readUint8LengthPrefixed(&extData, &m.secureRenegotiation) {
		handshake_server.go#L209: 	if len(hs.clientHello.secureRenegotiation) != 0 {
		handshake_server_tls13.go#L133: 	if len(hs.clientHello.secureRenegotiation) != 0 {
		handshake_server_tls13.go#L507: 		!bytes.Equal(ch.secureRenegotiation, ch1.secureRenegotiation) ||